home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / lang / sbasic02 / sbasic02.txt < prev    next >
Encoding:
Text File  |  1994-11-05  |  1.1 KB  |  44 lines

  1. README file for SBASIC Version 0.2
  2. ==================================
  3. Disclaimer:
  4.  
  5. This is free software, and you are free to distribute
  6. it under certain circumstances. Read the included file
  7. GNU.LIC for more details. This software is provided 
  8. as-is, with no expressed or implied warranty or
  9. SUITABILITY or MERCHANTABILITY FOR A PARTICULAR
  10. PURPOSE.
  11.  
  12. Description:
  13.  
  14. This is a quick little beta BASIC interpreter.
  15.  
  16. Currently only supports integers, and string constants.
  17. There are a few bugs...The biggest one is that you need
  18. an END statement to end the program. Fixed that one in
  19. a newer version but that one's not finished yet.
  20.  
  21. This program is under the GNU license. For details read 
  22. the file GNU.LIC included in the package. The author can
  23. be contacted at:
  24.  
  25. Recent Bug Fixes in V0.2:
  26.  
  27. 4.11.94: Fixed END bug. --JJB
  28.      Added ELSE clause to IF...THEN statement  --JJB
  29.  
  30. Contacting the Author:
  31.  
  32. I can be reached at:
  33. Internet: jamesjb@csos.orst.edu
  34.  
  35. Snail Mail:
  36.     James Bielman
  37.     1671 NW Highland Drive
  38.     Corvallis, OR 97330
  39.     USA
  40.  
  41. Bug Reports/Comments/Large amounts of money appreciated.
  42.  
  43. -=- James -=-
  44.